Thursday, June 10, 2004

Oracle

# determine the largest single chunk of free space available in the tablespace
select tablespace_name,sum(bytes/1024/1024),max(bytes/1024/1024) from dba_free_space group by tablespace_
name;
# Coalesce a tablespace :
alter tablespace ICT_SNAP_DATA coalesce

No comments:

Oracle Linux virt-manager Error launching create dialog: list index out of range

After a fresh install of Oracle Linux 9.1 and installing virt-manager/virt-install, I tried to create a new virtual machine and got this err...